Auto merge of #5259 - Mark-Simulacrum:seed-deserialize, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 2 Apr 2018 17:05:00 +0000 (17:05 +0000)
committerbors <bors@rust-lang.org>
Mon, 2 Apr 2018 17:05:00 +0000 (17:05 +0000)
commit85671e737a0b390ae7d78249947b499b5aa9fa65
treef5867e6163ef286fe32d4a7d7ec6a4f0fc09dac6
parent48a9e62e50154b4381852b5f90ab936f521d83e1
parent0f362cf30b3e336c537ed21d3cfb3c2ebd4bf3d7
Auto merge of #5259 - Mark-Simulacrum:seed-deserialize, r=alexcrichton

Remove thread local, replacing with DeserializeSeed

@dtolnay -- is this the right way to implement this? It seems *very* verbose, but I suppose that's to be expected...

r? @alexcrichton